home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00073.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  665 b   |  24 lines

  1. on mouseDown
  2.   if (the movieRate of sprite 22 = 0) and (the movieRate of sprite 23 = 0) then
  3.     set the castNum of sprite 8 to member "enter1"
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   global gsetup_pointer
  9.   set the castNum of sprite 8 to member "enter2"
  10.   if (the movieRate of sprite 22 = 0) and (the movieRate of sprite 23 = 0) then
  11.     set gsetup_pointer to the name of member the castNum of sprite 24
  12.     if (gsetup_pointer = "ur_jazz.mov") or (gsetup_pointer = "d&b.mov") then
  13.       depuppify()
  14.       go("apology")
  15.     else
  16.       depuppify()
  17.       if (the platform contains "16") = 0 then
  18.         puppetSound(0)
  19.       end if
  20.       go(the frame + 1)
  21.     end if
  22.   end if
  23. end
  24.